home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / rend_11.zip / REND.DOC < prev   
Text File  |  1989-07-13  |  5KB  |  117 lines

  1.  
  2.                        REND utility program v.1.1             1 of 2
  3.                     copyright (c) David Perrell, 1989
  4.  
  5.       REND was designed to provide DOS directory manipulation not 
  6.       possible using RENname and COPY commands. REND allows you to:
  7.  
  8.             o  Move files and subdirectories anywhere on the
  9.                same drive WITHOUT PHYSICALLY MOVING DATA FILES
  10.                (drastically reduce disk fragmentation)
  11.             o  Merge two subdirectories into one
  12.             o  Rename subdirectories
  13.  
  14.       REND is invoked with command line arguments for source and 
  15.       destination. The first argument is a subdirectory path, with or 
  16.       without a filename. Wildcards are accepted for files only. The 
  17.       second argument must be a pathname only. Drive indicators may be 
  18.       used, but both source and destination must be on the same drive. 
  19.       Any path recognized by the DOS directory command is acceptable. 
  20.       Refer to the root directory with a single backslash. Enter
  21.       REND with no arguments for a description of its usage.
  22.  
  23.       To move files, enter:
  24.   
  25.             REND SOURCEPATH\FILE DESTPATH\DESTDIR
  26.   
  27.       The file is moved to a different subdirectory without copying and 
  28.       deleting. If the file already exists in the destination path, REND 
  29.       aborts with a warning that the source file was not moved. Since 
  30.       REND doesn't physically move a file's contents, it can't overwrite 
  31.       an existing file. If the target subdirectory ("DESTDIR" above) 
  32.       doesn't exist, REND creates it.
  33.  
  34.       Move multiple files using wildcards. To move all files from one 
  35.       subdirectory into one of its children, for example, enter:
  36.  
  37.             REND SOURCEPATH\*.* SOURCEPATH\CHILDIR
  38.  
  39.       To move or merge entire subdirectories, including all child 
  40.       subdirectories as well as all files, enter:
  41.   
  42.             REND SOURCEPATH\SOURCEDIR DESTPATH\DESTDIR
  43.   
  44.       If the destination subdirectory exists, you will be given the 
  45.       option of aborting the move or merging the source subdirectory 
  46.       with the destination. If you choose to merge and REND finds 
  47.       duplicate filenames in the source and destination, the same-name 
  48.       files won't be moved. The source subdirectory containing those 
  49.       files will still exist. REND will alert you if this happens and 
  50.       give you a list and count of dupe file-names. Rename those files 
  51.       and re-run REND to complete the merge.
  52.   
  53.       To rename a subdirectory, enter:
  54.  
  55.             REND PATH\OLDDIRNAME PATH\NEWDIRNAME
  56.   
  57.       With DOS 2.x, there's no difference between renaming and 
  58.       moving a subdirectory, they will take the same amount of time.
  59.       The rename is immediate with DOS 3.0 and above.
  60.  
  61.  
  62.                        REND utility program v.1.1            2 of 2
  63.  
  64.       REND is compatible with PC-DOS/MS-DOS Version 2.0 and above
  65.       and uses only documented DOS functions to do its work.
  66.  
  67.  
  68.  
  69.       ------------------------- IMPORTANT!!! ---------------------------
  70.       REND moves files with any attribute except volume label. Take care 
  71.       not to REND COMMAND.COM or the hidden system files out of the root 
  72.       directory of your boot disk. (The hidden files are named MSDOS.SYS 
  73.       and IO.SYS in MS-DOS; IBMDOS.COM and IBMBIO.COM in PC-DOS. If you
  74.       accidently REND them out, be sure to REND them back!)
  75.       ------------------------------------------------------------------
  76.  
  77.  
  78.       Use restrictions:
  79.  
  80.       1. REND v.1.1 may be used free of charge for personal, private use.
  81.  
  82.       2. REND v.1.1 may be freely distributed provided such distribution
  83.          is free of charge, the program is unmodified in any way,
  84.          and this documentation is included.
  85.  
  86.       3. Commercial use of REND requires a site license.
  87.  
  88.       4. Bundling of REND with other goods or services requires
  89.          a marketing license.
  90.  
  91.  
  92.       I can provide custom versions of REND to interface with, or be 
  93.       incorporated into, other applications. I intend to expand REND's 
  94.       capability to allow moving/copying entire directory structures 
  95.       between different drives.
  96.  
  97.       I hope REND proves valuable to you. I welcome your comments and 
  98.       suggestions.
  99.                                    David Perrell 
  100.                                    Hearn/Perrell Art Assoc. 
  101.                                    1544 6th Street #203 
  102.                                    Santa Monica, CA 90401
  103.  
  104.                   Compuserve#:  71170,1701
  105.     
  106.               Ashton-Tate BBS:  "deeper"  (213-538-6196, 1200-N-1)
  107.                                           (213-324-2188, 2400-N-1)
  108.  
  109.       For a diskette containing the latest version of REND, along with 
  110.       AUTOPARK, an automatic fixed disk head parking program with 
  111.       adjustable delay (even after being installed) that supports up to 
  112.       8 logical drives, and WAITFOR, a batch file utility that returns 
  113.       keystrokes, beeps the beeper, and allows unattended running of 
  114.       programs at preset dates/times/intervals, please send $10 to 
  115.       the above address.
  116.  
  117.